Merged
Conversation
9b0aa4c to
2c5ce15
Compare
2c5ce15 to
7eb87b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
sv@0.15.0
Minor Changes
feat: decouple sv / sv-utils, explicit public API, deprecation pass (#1046)
@sveltejs/sv-utilsreadFile->loadFile,writeFile->saveFile,getPackageJson->loadPackageJsonpnpm.onlyBuiltDependencies()transform forpnpm-workspace.yamlYamlDocumenttype from parserscommonFilePaths,installPackages(moved internal tosv)svcreate()signature changed tocreate({ cwd, ...options }). The oldcreate(cwd, options)is deprecated and will be removed in the next major release.sv.pnpmBuildDependency()is deprecated and will be removed in the next major release. Usesv.file()withpnpm.onlyBuiltDependencies()from@sveltejs/sv-utilsinstead.workspace.file.prettierignore,.prettierrc,.eslintConfig,.vscodeSettings,.vscodeExtensionsare deprecated and will be removed in the next major release. Use the raw strings directly (e.g.'.prettierignore').workspace.file.findUp()to locate files by walking up the directory tree.api-surface.mdsnapshots (auto-generated on build) to track the public API ofsvand@sveltejs/sv-utils.setup,createProject,startPreview,addPnpmBuildDependenciesfromsv/testingexports.export type *). Removed types that were never part of the intended public API:PackageDefinition,Scripts,TestDefinition.remove:
devtools-jsonadd-on as SvelteKit will silently 404 Chrome DevTools workspaces request. You can still addvite-plugin-devtools-jsonmanually if needed. (#1047)feat: replace
sv.pnpmBuildDependencywithsv.file+pnpm.onlyBuiltDependencieshelper andfile.findUp(#1037)Patch Changes
feat(sv): bump all templates to use vite 8 (#1005)
fix(paraglide): type and lint errors (#1049)
feat(sv): bump all templates to use typescript 6 (#1055)
chore(cli): bump defaults versions (#1056)
Updated dependencies [
baba23f,37a701e,aead922]:@sveltejs/sv-utils@0.2.0
Minor Changes
feat: decouple sv / sv-utils, explicit public API, deprecation pass (#1046)
@sveltejs/sv-utilsreadFile->loadFile,writeFile->saveFile,getPackageJson->loadPackageJsonpnpm.onlyBuiltDependencies()transform forpnpm-workspace.yamlYamlDocumenttype from parserscommonFilePaths,installPackages(moved internal tosv)svcreate()signature changed tocreate({ cwd, ...options }). The oldcreate(cwd, options)is deprecated and will be removed in the next major release.sv.pnpmBuildDependency()is deprecated and will be removed in the next major release. Usesv.file()withpnpm.onlyBuiltDependencies()from@sveltejs/sv-utilsinstead.workspace.file.prettierignore,.prettierrc,.eslintConfig,.vscodeSettings,.vscodeExtensionsare deprecated and will be removed in the next major release. Use the raw strings directly (e.g.'.prettierignore').workspace.file.findUp()to locate files by walking up the directory tree.api-surface.mdsnapshots (auto-generated on build) to track the public API ofsvand@sveltejs/sv-utils.setup,createProject,startPreview,addPnpmBuildDependenciesfromsv/testingexports.export type *). Removed types that were never part of the intended public API:PackageDefinition,Scripts,TestDefinition.feat: replace
sv.pnpmBuildDependencywithsv.file+pnpm.onlyBuiltDependencieshelper andfile.findUp(#1037)Patch Changes
svelte.addFragmentnow accept types (#1049)